docs: Mention the standalone Makefile for examples
authorEmmanuele Bassi <ebassi@gnome.org>
Tue, 2 Dec 2014 19:27:52 +0000 (19:27 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Tue, 2 Dec 2014 19:30:33 +0000 (19:30 +0000)
And point to the README file.

https://bugzilla.gnome.org/show_bug.cgi?id=741041

docs/reference/gtk/getting_started.xml

index 5ac4ca573a35dcf66d04e07e3401f13783914b40..63d79cdc95caff8b127b281b95da26ac9278be38 100644 (file)
 
     <para>The full, buildable sources for these examples can be found
     in the examples/ directory of the GTK+ source distribution, or
-    <ulink url="https://git.gnome.org/browse/gtk+/tree/examples">online</ulink> in the GTK+ git repository.</para>
+    <ulink url="https://git.gnome.org/browse/gtk+/tree/examples">online</ulink> in the GTK+ git repository.
+    You can build each example separately by using make with the <filename>Makefile.example</filename>
+    file. For more information, see the <filename>README</filename> included in the
+    examples directory.</para>
 
     <section>
       <title>A trivial application</title>